home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / INTEL24M.INC < prev    next >
Text File  |  1994-03-28  |  672b  |  34 lines

  1. ; Intel 2400B MNP modems
  2. ;
  3. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  4. ; program, type the following lines and press ENTER after each.  Then
  5. ; exit and restart TE/2.
  6. ;
  7. ;       AT&F\N3\J0\Q3\V1&W
  8. ;
  9. ; NOTES: Set ALL dialing directory entries to 4800 baud
  10.  
  11. Baud          4800
  12. Parity        N
  13. WordLen       8
  14. StopBits      1
  15.  
  16. XonXoff       NEITHER
  17. CtsRts        BOTH
  18. MatchBaud     FALSE
  19.  
  20. ModemInitStrg ATZ^M
  21. ModemDialStrg ATDT
  22. ModemDialSufx ^M
  23. ModemHangStrg ~~~+++~~~ATH0^M
  24. DTRHangup     TRUE
  25.  
  26. Connect       CONNECT,4800
  27.  
  28. NoConnect     NO_DIAL_TONE
  29. NoConnect     NO_CARRIER
  30. NoConnect     BUSY
  31. NoConnect     VOICE
  32.  
  33.  
  34.